Learn R Programming

CNAnorm (version 1.18.0)

retrieve peaks and ploidy: Methods for Function to retrieve suggested/validated ploidy and peaks in Package `CNAnorm'

Description

sugg.peaks returns the location of peaks before normalization as suggested by peakPloidy.

sugg.ploidy returns the ploidy of the peaks as suggested by peakPloidy.

valid.peaks returns the location of peaks before normalization as validated after calling method "validation" valid.ploidy returns the validated ploidy of the peaks as validated after calling method "validation"

Usage

sugg.peaks(object) sugg.ploidy(object) valid.peaks(object) valid.ploidy(object)

Arguments

object
An object of Class "CNAnorm" after method "peakPloidy" was called

Value

See Also

gcNorm, CNAnorm-class, DNAcopy

Examples

Run this code
data(CN)
# see peakPloidy documentation to know how object CN is created
plot(sugg.ploidy(CN), sugg.peaks(CN))

Run the code above in your browser using DataLab